home *** CD-ROM | disk | FTP | other *** search
/ Le Monde De La Mer / Le monde de la mer.iso / pc / club / win31 / disk5 / isp1.scp < prev    next >
Text File  |  1997-09-30  |  318b  |  15 lines

  1. ; C:\NETSCAPE\DIALER\ISP1.SCP
  2. proc main
  3. transmit "^M"
  4. transmit "^M"
  5. waitfor "er?",matchcase until 20
  6. transmit "clubint^M"
  7. waitfor "ogin:",matchcase until 20
  8. transmit $USERID
  9. transmit "^M"
  10. waitfor "ssword:",matchcase until 20
  11. transmit $PASSWORD
  12. transmit "^M"
  13. waitfor "Entering",matchcase until 20
  14. endproc
  15.